public static enum MolDraw2D.OrientType extends java.lang.Enum<MolDraw2D.OrientType>
Modifier and Type | Method and Description |
---|---|
static MolDraw2D.OrientType |
swigToEnum(int swigValue) |
int |
swigValue() |
static MolDraw2D.OrientType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MolDraw2D.OrientType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolDraw2D.OrientType C
public static final MolDraw2D.OrientType N
public static final MolDraw2D.OrientType E
public static final MolDraw2D.OrientType S
public static final MolDraw2D.OrientType W
public static MolDraw2D.OrientType[] values()
for (MolDraw2D.OrientType c : MolDraw2D.OrientType.values()) System.out.println(c);
public static MolDraw2D.OrientType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static MolDraw2D.OrientType swigToEnum(int swigValue)